home *** CD-ROM | disk | FTP | other *** search
- This is an example of the AOF library being used in conjunction with C.
-
- Run "!CC" to compile the C program & link it to the o.eg file if you're
- using Acorn's C compiler.
-
- The "eg" ARM code provides 2 procedures in 1 area. They do this:
-
- print prints the character passed to it using printf()
- count returns the number of times it has been called
-
- Run "eg" to re-assemble the ARM code.
-
- Note: The "!Set" obey file must be run first, otherwise the example won't
- work.